Skip to content
fixes authored by Stefan Borufka's avatar Stefan Borufka
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
*** ***
#Means to keep the test duration as short as possible. Means to keep the test duration as short as possible
----------------------------------------------------
- new tests should be always Spock tests - new tests should be always Spock tests
- Remove unused code - Remove unused code
...@@ -19,7 +20,8 @@ ...@@ -19,7 +20,8 @@
- Methods that are used by normal users shouldn't only tested as admin or operator - Methods that are used by normal users shouldn't only tested as admin or operator
#Structure for tests: Structure for tests
-------------------
- properties - properties
- static properties - static properties
- services - services
... ...
......