855 |
raphael |
1 |
<?php
|
|
|
2 |
/*
|
|
|
3 |
* @copyright 2013 Tela Botanica (accueil@tela-botanica.org)
|
|
|
4 |
* @author Raphaël Droz <raphael@tela-botanica.org>
|
|
|
5 |
* @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
|
|
|
6 |
* @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
|
|
|
7 |
*/
|
|
|
8 |
require_once dirname(__FILE__).'/../ServiceEflorePhpUnit.php';
|
|
|
9 |
|
|
|
10 |
class CosteNomsTest extends ServiceEflorePhpUnit {
|
|
|
11 |
|
856 |
raphael |
12 |
static $P = "coste";
|
|
|
13 |
static $S = "textes";
|
|
|
14 |
|
855 |
raphael |
15 |
// test d'obtention d'information sur num_nom connu
|
|
|
16 |
public function testRessource() {
|
856 |
raphael |
17 |
$url = ServiceEflorePhpUnit::creerUrl(self::$S, array(182));
|
|
|
18 |
$retour = $this->consulterJson(self::$S, self::$P, array(182));
|
855 |
raphael |
19 |
$this->commonTestHeader($retour, $url);
|
|
|
20 |
$this->assertEquals(1, $retour['entete']['total'], "L'attribut 'total' devrait avoir la valeur 1. Voir : $url");
|
861 |
raphael |
21 |
$this->commonTest($retour, $url, 182);
|
|
|
22 |
$this->assertEquals(182, $retour['resultats'][182]['coste:nn'], "error: ['resultats'][$id]['coste:nn']. Voir : $url");
|
|
|
23 |
$this->assertEquals("Roemeria violacea", $retour['resultats'][182]['titre'], "error: ['resultats'][182]['titre']. Voir : $url");
|
855 |
raphael |
24 |
// tag peut peut-être varier à travers les décennies ?
|
|
|
25 |
// testRechercheTag ?
|
861 |
raphael |
26 |
$this->assertArrayHasKey('tag', $retour['resultats'][182], "Le json [182] ne contient pas d'élément tag. Voir : $url");
|
|
|
27 |
$this->assertContains("HYBRIDA", $retour['resultats'][182]['texte'], "error: ['resultats'][182]['texte']. Voir : $url");
|
|
|
28 |
$this->assertEquals(56272, $retour['resultats'][182]['bdtfx:nn'], "error: ['resultats'][182]['titre']. Voir : $url");
|
855 |
raphael |
29 |
}
|
|
|
30 |
|
|
|
31 |
public function testBdtfxRessource() {
|
856 |
raphael |
32 |
$url = ServiceEflorePhpUnit::creerUrl(self::$S, array("bdtfx.nn:182"));
|
|
|
33 |
$retour = $this->consulterJson(self::$S, self::$P, array("bdtfx.nn:182"));
|
855 |
raphael |
34 |
$this->commonTestHeader($retour, $url);
|
|
|
35 |
$this->assertEquals(1, $retour['entete']['total'], "L'attribut 'total' devrait avoir la valeur 1. Voir : $url");
|
861 |
raphael |
36 |
$this->commonTest($retour, $url, 1027);
|
|
|
37 |
$this->assertEquals("Acer monspessulanum", $retour['resultats'][1027]['titre'], "error: ['resultats'][1027]['titre']. Voir : $url");
|
|
|
38 |
$this->assertArrayHasKey('tag', $retour['resultats'][1027], "Le json [1027] ne contient pas d'élément tag. Voir : $url");
|
|
|
39 |
$this->assertContains("Érable de Montpellier", $retour['resultats'][1027]['texte'], "error: ['resultats'][1027]['texte']. Voir : $url");
|
|
|
40 |
$this->assertEquals(1027, $retour['resultats'][1027]['coste:nn'], "error: ['resultats'][1027]['coste:nn']. Voir : $url");
|
|
|
41 |
$this->assertEquals(182, $retour['resultats'][1027]['bdtfx:nn'], "error: ['resultats'][1027]['coste:nn']. Voir : $url");
|
855 |
raphael |
42 |
}
|
|
|
43 |
|
859 |
raphael |
44 |
|
|
|
45 |
public function testRessources() {
|
|
|
46 |
$url = ServiceEflorePhpUnit::creerUrl(self::$S, array("bdtfx.nn:182,abcd,666"));
|
|
|
47 |
$retour = $this->consulterJson(self::$S, self::$P, array("bdtfx.nn:182,abcd,666"));
|
|
|
48 |
$this->commonTestHeader($retour, $url);
|
|
|
49 |
$this->assertEquals(2, $retour['entete']['total'], "L'attribut 'total' devrait avoir la valeur 2. Voir : $url");
|
861 |
raphael |
50 |
$this->commonTest($retour, $url, 1027);
|
|
|
51 |
$this->assertEquals("Acer monspessulanum", $retour['resultats'][1027]['titre'], "error: ['resultats'][1027]['titre']. Voir : $url");
|
|
|
52 |
$this->assertArrayHasKey('titre', $retour['resultats'][1027], "Le json [1027] ne contient pas d'élément titre. Voir : $url");
|
|
|
53 |
$this->assertArrayHasKey('titre', $retour['resultats'][666], "Le json [666] ne contient pas d'élément titre. Voir : $url");
|
|
|
54 |
$this->assertEquals("Acer monspessulanum", $retour['resultats'][1027]['titre'], "error: ['resultats'][1027]['titre']. Voir : $url");
|
|
|
55 |
$this->assertEquals("Silene reflexa", $retour['resultats'][666]['titre'], "error: ['resultats'][666]['titre']. Voir : $url");
|
859 |
raphael |
56 |
|
|
|
57 |
$url = ServiceEflorePhpUnit::creerUrl(self::$S, array("a,-1,99999"));
|
|
|
58 |
$retour = $this->consulterBrut(self::$S, self::$P, array("a,-1,99999"));
|
|
|
59 |
$this->assertEquals("not supported", $retour, "error, Voir : $url");
|
|
|
60 |
}
|
|
|
61 |
|
855 |
raphael |
62 |
public function testNonExistantRessource() {
|
856 |
raphael |
63 |
$url = ServiceEflorePhpUnit::creerUrl(self::$S, array("-182"));
|
|
|
64 |
$retour = $this->consulterBrut(self::$S, self::$P, array("-182"));
|
855 |
raphael |
65 |
$this->assertEquals("not supported", $retour, "error. Voir : $url");
|
|
|
66 |
}
|
|
|
67 |
|
|
|
68 |
// les critères se cumulent
|
|
|
69 |
public function testRessourceEtMasque() {
|
856 |
raphael |
70 |
$url = ServiceEflorePhpUnit::creerUrl(self::$S, array(182), array("masque.ns" => "ABC"));
|
|
|
71 |
$retour = $this->consulterJson(self::$S, self::$P, array(182), array("masque.ns" => "ABC"));
|
855 |
raphael |
72 |
$this->commonTestHeader($retour, $url);
|
|
|
73 |
$this->assertEquals(0, $retour['entete']['total'], "L'attribut 'total' devrait avoir la valeur 0. Voir : $url");
|
|
|
74 |
}
|
|
|
75 |
|
|
|
76 |
public function testRessourceFormatHTML() {
|
856 |
raphael |
77 |
$url = ServiceEflorePhpUnit::creerUrl(self::$S, array(182), array('txt.format' => 'htm'));
|
|
|
78 |
$retour = $this->consulterJson(self::$S, self::$P, array(182), array('txt.format' => 'htm'));
|
861 |
raphael |
79 |
$this->assertContains("span class", $retour['resultats'][182]['titre'], "error: ['resultats'][182]['titre']. Voir : $url");
|
855 |
raphael |
80 |
}
|
|
|
81 |
|
|
|
82 |
public function testRessourceChamps() {
|
856 |
raphael |
83 |
$url = ServiceEflorePhpUnit::creerUrl(self::$S, array(182), array('retour.champs' => 'titre,tome,page,famille'));
|
|
|
84 |
$retour = $this->consulterJson(self::$S, self::$P, array(182), array('retour.champs' => 'titre,tome,page,famille'));
|
861 |
raphael |
85 |
$this->assertEquals(1, count($retour['resultats']), "error: ['resultats'][182]. Voir : $url");
|
|
|
86 |
$this->assertArrayHasKey("coste:nn", $retour['resultats'][182], "error: ['resultats'][182], clef coste:nn. Voir : $url");
|
|
|
87 |
$this->assertArrayHasKey("titre", $retour['resultats'][182], "error: ['resultats'][182], clef titre. Voir : $url");
|
|
|
88 |
$this->assertArrayHasKey("tome", $retour['resultats'][182], "error: ['resultats'][182], clef tome. Voir : $url");
|
|
|
89 |
$this->assertArrayHasKey("page", $retour['resultats'][182], "error: ['resultats'][182], clef page. Voir : $url");
|
|
|
90 |
$this->assertArrayHasKey("famille", $retour['resultats'][182], "error: ['resultats'][182], clef famille. Voir : $url");
|
|
|
91 |
$this->assertEquals("1", $retour['resultats'][182]['tome'], "error: ['resultats'][182]['tome']. Voir : $url");
|
|
|
92 |
$this->assertEquals("62", $retour['resultats'][182]['page'], "error: ['resultats'][182]['page']. Voir : $url");
|
|
|
93 |
$this->assertEquals("Papaveraceae", $retour['resultats'][182]['famille'], "error: ['resultats'][182]['famille']. Voir : $url");
|
855 |
raphael |
94 |
}
|
|
|
95 |
|
|
|
96 |
|
|
|
97 |
public function testRechercheNS() {
|
856 |
raphael |
98 |
$url = ServiceEflorePhpUnit::creerUrl(self::$S, NULL, array("masque.ns" => "Roemeria", "recherche" => "etendue"));
|
|
|
99 |
$retour = $this->consulterJson(self::$S, self::$P, NULL, array("masque.ns" => "Roemeria", "recherche" => "etendue"));
|
855 |
raphael |
100 |
$this->commonTestHeader($retour, $url);
|
|
|
101 |
$this->assertEquals(3, $retour['entete']['total'], "L'attribut 'total' devrait avoir la valeur 3. Voir : $url");
|
861 |
raphael |
102 |
$this->commonTest($retour, $url, 182);
|
|
|
103 |
$this->assertEquals("Roemeria violacea", $retour['resultats'][182]['titre'], "error: ['resultats'][182]['titre']. Voir : $url");
|
855 |
raphael |
104 |
}
|
|
|
105 |
|
|
|
106 |
|
|
|
107 |
public function testRechercheTXT() {
|
856 |
raphael |
108 |
$url = ServiceEflorePhpUnit::creerUrl(self::$S, NULL, array("masque.txt" => "Nancy"));
|
|
|
109 |
$retour = $this->consulterJson(self::$S, self::$P, NULL, array("masque.txt" => "Nancy"));
|
855 |
raphael |
110 |
$this->assertEquals(2, $retour['entete']['total'], "L'attribut 'total' devrait avoir la valeur 2. Voir : $url");
|
|
|
111 |
$this->assertArrayHasKey("1774", $retour['resultats'], "error: ['resultats']['1774']. Voir : $url");
|
|
|
112 |
$this->assertArrayHasKey("1775", $retour['resultats'], "error: ['resultats']['1775']. Voir : $url");
|
|
|
113 |
|
856 |
raphael |
114 |
$url = ServiceEflorePhpUnit::creerUrl(self::$S, NULL, array("masque.txt" => "Nancy", "recherche" => "floue"));
|
|
|
115 |
$retour = $this->consulterJson(self::$S, self::$P, NULL, array("masque.txt" => "Nancy", "recherche" => "floue"));
|
855 |
raphael |
116 |
$this->assertEquals(2, $retour['entete']['total'], "L'attribut 'total' devrait avoir la valeur 2. Voir : $url");
|
|
|
117 |
$this->assertArrayHasKey("1774", $retour['resultats'], "error: ['resultats']['1774']. Voir : $url");
|
|
|
118 |
$this->assertArrayHasKey("1775", $retour['resultats'], "error: ['resultats']['1775']. Voir : $url");
|
|
|
119 |
|
856 |
raphael |
120 |
$url = ServiceEflorePhpUnit::creerUrl(self::$S, NULL, array("masque.txt" => "Nancy", "masque.tome" => 2));
|
|
|
121 |
$retour = $this->consulterJson(self::$S, self::$P, NULL, array("masque.txt" => "Nancy", "masque.tome" => 2));
|
855 |
raphael |
122 |
$this->assertEquals(1, $retour['entete']['total'], "L'attribut 'total' devrait avoir la valeur 1. Voir : $url");
|
|
|
123 |
$this->assertArrayHasKey("1774", $retour['resultats'], "error: ['resultats']['1774']. Voir : $url");
|
|
|
124 |
|
856 |
raphael |
125 |
$url = ServiceEflorePhpUnit::creerUrl(self::$S, NULL, array("masque.txt" => "Nancy", "masque.page" => 0));
|
|
|
126 |
$retour = $this->consulterJson(self::$S, self::$P, NULL, array("masque.txt" => "Nancy", "masque.page" => 0));
|
855 |
raphael |
127 |
$this->assertEquals(1, $retour['entete']['total'], "L'attribut 'total' devrait avoir la valeur 1. Voir : $url");
|
|
|
128 |
$this->assertArrayHasKey("1775", $retour['resultats'], "error: ['resultats']['1775']. Voir : $url");
|
|
|
129 |
}
|
|
|
130 |
|
|
|
131 |
|
|
|
132 |
// par compatibilité, "titre" signifie une recherche sur "tag" (le titre de la page wiki de la description
|
|
|
133 |
// ou des clefs de détermination)
|
|
|
134 |
public function testRechercheTag() {
|
856 |
raphael |
135 |
$url = ServiceEflorePhpUnit::creerUrl(self::$S, NULL, array("masque.titre" => "Esp0131RoemeriaViolacea"));
|
|
|
136 |
$retour = $this->consulterJson(self::$S, self::$P, NULL, array("masque.titre" => "Esp0131RoemeriaViolacea"));
|
855 |
raphael |
137 |
$this->commonTestHeader($retour, $url);
|
|
|
138 |
$this->assertEquals(2, $retour['entete']['total'], "L'attribut 'total' devrait avoir la valeur 2. Voir : $url");
|
861 |
raphael |
139 |
$this->commonTest($retour, $url, 182);
|
|
|
140 |
$this->assertEquals("Roemeria violacea", $retour['resultats'][182]['titre'], "error: ['resultats'][182]['titre']. Voir : $url");
|
|
|
141 |
$this->assertArrayHasKey('tag', $retour['resultats'][182], "Le json [182] ne contient pas d'élément tag. Voir : $url");
|
|
|
142 |
$this->assertEquals("Esp0131RoemeriaViolacea", $retour['resultats'][182]['tag'], "error: ['resultats'][182]['tag']. Voir : $url");
|
855 |
raphael |
143 |
}
|
|
|
144 |
|
|
|
145 |
public function testRechercheFamille() {
|
|
|
146 |
// unknown famille
|
856 |
raphael |
147 |
$url = ServiceEflorePhpUnit::creerUrl(self::$S, NULL, array("masque.famille" => "ABC"));
|
|
|
148 |
$retour = $this->consulterJson(self::$S, self::$P, NULL, array("masque.famille" => "ABC"));
|
855 |
raphael |
149 |
$this->assertEquals(0, $retour['entete']['total'], "L'attribut 'total' devrait avoir la valeur 0. Voir : $url");
|
|
|
150 |
|
|
|
151 |
// par famille, mais pas de recherche étendue pour ça
|
856 |
raphael |
152 |
$url = ServiceEflorePhpUnit::creerUrl(self::$S, NULL, array("masque.famille" => "Sapind"));
|
|
|
153 |
$retour = $this->consulterJson(self::$S, self::$P, NULL, array("masque.famille" => "Sapind"));
|
855 |
raphael |
154 |
$this->assertEquals(0, $retour['entete']['total'], "L'attribut 'total' devrait avoir la valeur 0. Voir : $url");
|
|
|
155 |
|
861 |
raphael |
156 |
$url = ServiceEflorePhpUnit::creerUrl(self::$S, array("bdtfx.nn:182"), array("masque.famille" => "Sapindaceae"));
|
|
|
157 |
$retour = $this->consulterJson(self::$S, self::$P, array("bdtfx.nn:182"), array("masque.famille" => "Sapindaceae"));
|
855 |
raphael |
158 |
$this->assertEquals(1, $retour['entete']['total'], "L'attribut 'total' devrait avoir la valeur 1. Voir : $url");
|
|
|
159 |
|
861 |
raphael |
160 |
$url = ServiceEflorePhpUnit::creerUrl(self::$S, array("bdtfx.nn:182"), array("masque.famille" => "Sapind%"));
|
|
|
161 |
$retour = $this->consulterJson(self::$S, self::$P, array("bdtfx.nn:182"), array("masque.famille" => "Sapind%"));
|
855 |
raphael |
162 |
$this->assertEquals(1, $retour['entete']['total'], "L'attribut 'total' devrait avoir la valeur 1. Voir : $url");
|
|
|
163 |
|
861 |
raphael |
164 |
$url = ServiceEflorePhpUnit::creerUrl(self::$S, array("bdtfx.nn:182"), array("masque.famille" => "S_pindaceae"));
|
|
|
165 |
$retour = $this->consulterJson(self::$S, self::$P, array("bdtfx.nn:182"), array("masque.famille" => "S_pindaceae"));
|
855 |
raphael |
166 |
$this->assertEquals(1, $retour['entete']['total'], "L'attribut 'total' devrait avoir la valeur 1. Voir : $url");
|
|
|
167 |
}
|
|
|
168 |
|
|
|
169 |
|
|
|
170 |
// commons
|
|
|
171 |
public function commonTestHeader($retour, $url) {
|
|
|
172 |
$this->assertNotEmpty($retour, 'données absentes');
|
|
|
173 |
$this->assertArrayHasKey('total', $retour['entete'], "Le json ne contient pas d'attribut : total. Voir : $url");
|
|
|
174 |
}
|
|
|
175 |
|
|
|
176 |
|
861 |
raphael |
177 |
public function commonTest($retour, $url, $id) {
|
|
|
178 |
$this->assertArrayHasKey("$id", $retour['resultats'], "Le json ne contient pas d'élément $id. Voir : $url");
|
|
|
179 |
$this->assertArrayHasKey('titre', $retour['resultats'][$id], "Le json [$id] ne contient pas d'élément titre. Voir : $url");
|
|
|
180 |
$this->assertArrayHasKey('coste:nn', $retour['resultats'][$id], "Le json [$id] ne contient pas d'élément coste:nn. Voir : $url");
|
|
|
181 |
$this->assertArrayHasKey('bdtfx:nn', $retour['resultats'][$id], "Le json [$id] ne contient pas d'élément bdtfx:nn. Voir : $url");
|
855 |
raphael |
182 |
}
|
|
|
183 |
}
|