Revize a885eacd
Přidáno uživatelem Jiri Trefil před asi 2 roky(ů)
pom.xml | ||
---|---|---|
120 | 120 |
<scope>test</scope> |
121 | 121 |
</dependency> |
122 | 122 |
|
123 |
|
|
123 |
<!-- json library with minimal overhead --> |
|
124 |
<dependency> |
|
125 |
<groupId>com.googlecode.json-simple</groupId> |
|
126 |
<artifactId>json-simple</artifactId> |
|
127 |
<version>1.1.1</version> |
|
128 |
</dependency> |
|
124 | 129 |
<!-- UI TESTING --> |
125 | 130 |
<dependency> |
126 | 131 |
<groupId>org.seleniumhq.selenium</groupId> |
Také k dispozici: Unified diff
#10366 Dopsání testů pro autentikační službu. Mírný refactoring kódu pro vytváření JSON stringů.