Jagger
 All Classes Namespaces Files Functions Variables Groups Pages
com.griddynamics.jagger.user.test.configurations.JTestDefinition.Builder Class Reference

Public Member Functions

JTestDefinition build ()
 Creates the object of JTestDefinition type with custom parameters. More...
 
Builder withComment (String comment)
 Optional: Sets human readable comment for the test definition. More...
 
Builder withInvoker (Class<?extends Invoker > invoker)
 Optional: Sets subtypes of com.griddynamics.jagger.invoker.Invoker. More...
 
Builder withQueryProvider (Iterable queryProvider)
 Optional: Sets queries (what load will be applied during performance test) for the tests using this test prototype. More...
 
Builder withValidators (List< Class<?extends ResponseValidator >> validators)
 Optional: Sets a list of subtypes of com.griddynamics.jagger.engine.e1.collector.ResponseValidator Instances of those subtypes will be used to validate responses during Jagger test execution
Example: More...
 

Detailed Description

Definition at line 60 of file JTestDefinition.java.


The documentation for this class was generated from the following file: