You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.RuntimeException: Could not find Junit/TestNg TestCase you are running, supported frameworks: Junit3, Junit4, Junit5, TestNg
The problem is in the function:
org.approvaltests.namer.AttributeStackSelector > AttributeStackSelector (Class is not TestCase when using @testtemplate)
Is there a possibility to use the libary with @testtemplate?
The text was updated successfully, but these errors were encountered:
getting to a compiling example took us some time, but once we had it, implementing initial support for @testtemplate wasn't too difficult. Have a look at this:
When I use the Approvals Libary with the TestTemplate Option, like:
It throws the error:
java.lang.RuntimeException: Could not find Junit/TestNg TestCase you are running, supported frameworks: Junit3, Junit4, Junit5, TestNg
The problem is in the function:
org.approvaltests.namer.AttributeStackSelector > AttributeStackSelector (Class is not TestCase when using @testtemplate)
Is there a possibility to use the libary with @testtemplate?
The text was updated successfully, but these errors were encountered: