You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Except the initial configration (refer to [example](#example-usage)), this client library does not maintain any state from your TestRail service. You can maintain/cache state on your end if you like.
45
40
46
41
### Custom Case And Result Fields
47
42
TestRail supports adding custom case and result fields. The request interfaces in ```TestRail.Cases``` and ```TestRail.Results``` requires a list of these fields in order to allow this library to map them to the correct Java types. Here's an example where we want to to know the separated test steps of a particular test case:
Find the map of supported TestRail field types to Java types in the javadoc of ```Field.Type``` enum.
62
57
As mentioned [above](#thin-client-library), since this is a thin library, it does not store the list of fields. You can cache them on your end if you like.
63
58
64
-
## License
59
+
License
65
60
----------
66
61
This project is licensed under [MIT license](http://opensource.org/licenses/MIT).
0 commit comments