relativitydev / relativity-test-helpers

Open Source Community: Integration testing is a software testing methodology used to test individual software components or units of code to verify their interaction. These components are tested as a single group or organized in an iterative manner.That said, we have created Relativity Integration Test Helpers to assist you with writing good Integration Tests for your Relativity application. You can use this framework to test event handlers, agents or any workflow that combines agents and Eventhandlers. We will continue adding more helpers but in the mean time you should be able to create workspaces, create dbcontext, proxy and create documents with this framework. This framework is only compatible with Relativity 9.5
Other
21 stars 7 forks source link

Design Test Helpers 2.0 #28

Open abilson opened 5 years ago

abilson commented 5 years ago

With more use, we've identified some ways to improve Test Helpers to be more intuitive.

dvbarnes commented 4 years ago

I also would like this, currently we try to remove the hard dependency from the TestHelper class in our helper functions this allows us to add wrappers or other extra goodness that are specific to our business logic but now used in all Helper functions.