Skip to content

Commit f41eb5a

Browse files
author
Andrey K
committed
Readme Update
1 parent 8861852 commit f41eb5a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ testRail.runs().close(run.getId()).execute();
3737
testRail.projects().update(project.setCompleted(true)).execute();
3838
```
3939

40-
Notables
41-
------------
42-
43-
### Thin Client Library
44-
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.
4540

4641
### Custom Case And Result Fields
4742
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:
@@ -61,6 +56,6 @@ List<Field.Step> customSteps = testCase.getCustomField("separated_steps");
6156
Find the map of supported TestRail field types to Java types in the javadoc of ```Field.Type``` enum.
6257
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.
6358

64-
## License
59+
License
6560
----------
6661
This project is licensed under [MIT license](http://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)