This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Add ability to specify classes with tests #137
Comments
extsoft
added a commit
that referenced
this issue
Jan 13, 2019
The change is made to build more obvious and unambiguous namespace. The rename was made using deprecation mechanism. This means the old class is still available, however, a new one is used in the code. #137
extsoft
added a commit
that referenced
this issue
Jan 14, 2019
The change is made to build more obvious and unambiguous namespace. The rename was made using deprecation mechanism. This means the old class is still available, however, a new one is used in the code. #137
extsoft
added a commit
that referenced
this issue
Jan 14, 2019
Now there are two suites (SuiteFromClasses and SuiteFromFileSystem) which can represent a SunshineSuite. SuiteFromClasses allows creation a test suite based on predefined classes. Any of these classes can be used while a custom suite (specific for a test runner) is build. Also, TestFromClass is created as we need to represent a class as an instance of SunshineTest. All relevant documentation and unit tests are updated. #137
extsoft
changed the title
Add ability specify classes with tests
Add ability to specify classes with tests
Jan 14, 2019
@rultor please release, the tag is |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A user may want to specify tests classes within the code instead of seeking of the tests.
It may look like
The text was updated successfully, but these errors were encountered: