Clean up TestCommand paraphenalia
This commit is contained in:
7
spring-boot-cli/samples/test.groovy
Normal file
7
spring-boot-cli/samples/test.groovy
Normal file
@@ -0,0 +1,7 @@
|
||||
class BookTests {
|
||||
@Test
|
||||
void testBooks() {
|
||||
Book book = new Book(author: "Tom Clancy", title: "Threat Vector")
|
||||
assertEquals("Tom Clancy", book.author)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user