- docs: update README
- docs: update README
Initial Version of the library.
- Includes @TestCase annotation to create a new test group.
- Includes @Test annotation to write a new test function inside of TestCase.
- Includes @SetUp and @TearDown annotations to determine setUp and tearDown.
- Includes @SetUpAll and @TearDownAll annotations to determine setUpAll and tearDownAll.
- Includes @Root annotation to determine entry point to run tests in a test hierarchy.
- Includes runTestsByLibraryName and runTestsByLibraryPath to run tests.