We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BBj Class Example
use ::BBjGridExWidget/BBjGridExWidgetFilters.bbj::BBjGridExWidgetColumnFilterAG use com.google.gson.JsonObject class public BBjGridExWidgetColumnFilterAGTest field private BBjGridExWidgetColumnFilterAG Instance! rem @Before method public void setUp() #Instance! = new BBjGridExWidgetColumnFilterAG() methodend rem @After method public void tearDown() #Instance! = null() methodend classend
Run the test, you get the following error
!ERROR=252 (com.basis.bbjutilities.bbjunittest.exceptions.BBjUnitTestClassParsi ngException: null) [57] #core!.setMissingFiles(list!)
The text was updated successfully, but these errors were encountered:
Updated the BBjUnitTest.jar fixing the issues #2, #3 and #13
5069d09
@SebastianAdams Working as expected , thanks for the update
Sorry, something went wrong.
@SebastianAdams was too quick to close. the following stills failing for me in BBj Nightly build but with a different error.
class public ClassTest rem @Before method public void setUp() rem throw "Error Message", 256 methodend rem @Test rem method public void someTest() rem Assert.Equals(1 , 1) rem methodend rem @After method public void tearDown() rem #Instance! = null() methodend classend
!ERROR=252 (com.basis.bbjutilities.bbjunittest.exceptions.BBjUnitTestClassParsi ngException: null) [46] #core!.setBBjUnitTestFiles(#fileList!)
SebastianAdams
No branches or pull requests
BBj Class Example
Run the test, you get the following error
The text was updated successfully, but these errors were encountered: