Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@SuiteClasses does not validate class existence #7

Open
hyyan opened this issue Mar 9, 2020 · 0 comments
Open

@SuiteClasses does not validate class existence #7

hyyan opened this issue Mar 9, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@hyyan
Copy link
Member

hyyan commented Mar 9, 2020

BBjGridExWidgetClientFilterNumberModelTest.bbjt

class public NoneValidClassName
 rem some test logic 
classend

BBjGridExWidgetClientModelsSuite,bbjt

use BBjGridExWidgetClientFilterNumberModelTest.bbjt::BBjGridExWidgetClientFilterNumberModelTest

rem @SuiteClasses("BBjGridExWidgetClientFilterNumberModelTest")
class public BBjGridExWidgetClientModelsSuite
classend

Run BBjGridExWidgetClientModelsSuite , the test will pass even though the defined class name
in the @SuiteClasses annotation does not match the class defined in the BBjGridExWidgetClientFilterNumberModelTest.bbjt file

@SebastianAdams SebastianAdams added the bug Something isn't working label Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants