All Downloads are FREE. Search and download functionalities are using the official Maven repository.

examples.todo.todolist.groovy Maven / Gradle / Ivy

The newest version!
import static com.twosigma.webtau.WebTauGroovyDsl.*

scenario('fetch todo item') {
    http.get('/todos/1') {
        title.should == 'delectus aut autem'
        completed.should == false
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy