We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90a78f commit 2b3e0b0Copy full SHA for 2b3e0b0
src/test/groovy/ru/mystamps/web/service/CollectionServiceImplTest.groovy
@@ -32,11 +32,11 @@ class CollectionServiceImplTest extends Specification {
32
}
33
34
//
35
- // Tests for findRecentlyCreated
+ // Tests for findRecentlyCreated()
36
37
38
@Unroll
39
- def "findRecentlyCreated should throw exception when quantity is #quantity"(Integer quantity) {
+ def "findRecentlyCreated() should throw exception when quantity is #quantity"(Integer quantity) {
40
when:
41
service.findRecentlyCreated(quantity)
42
then:
@@ -47,7 +47,7 @@ class CollectionServiceImplTest extends Specification {
47
0 | _
48
49
50
- def "findRecentlyCreated should pass arguments to dao"() {
+ def "findRecentlyCreated() should pass arguments to dao"() {
51
given:
52
int expectedQuantity = 4
53
0 commit comments