Hi,
Are you sure LWS_SVC_ACS_GetAccount.class is a Java test case
class?
--
Andrey Pokhilko
Open Source Initiatives Leader


CAUTION: This email originated from outside of CA. Do not click links or open attachments unless you recognize the sender and know the content is safe.
--
You received this message because you are subscribed to the Google Groups "codename-taurus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/b6f92e11-7511-4294-8c26-19dcf0734f8b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
| ArrayList<Class> classes = getClasses(props); | |
| if (classes.isEmpty()) { | |
| throw new RuntimeException("Nothing to test"); | |
| } | |
The way Taurus searches for runnable JUnit test cases is exactly
JUnit annotation. So you have to have the annotation for Taurus to
recognize test class.
--
Andrey Pokhilko
Open Source Initiatives Leader


To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/c2098f5b-66d2-4f8e-b0c5-b9f62dbcf479%40googlegroups.com.
Hi,
You can review the module that Taurus uses to integrate with Java JUnit, it might give you some hints what happens: https://github.com/Blazemeter/taurus/tree/master/java/JUnit_plugin
Just because I have no idea how this can happen if you have used
correct annotation...
--
Andrey Pokhilko
Open Source Initiatives Leader


To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/91592a1d-3500-4981-be4f-f736900c2c28%40googlegroups.com.