Closed sagatowski closed 3 years ago
Same for FB_TestSuite.GetNumberOfTests
, FB_Test.IsFinished
and FB_Test.IsFailed
. Maybe also more. I think these methods/variables are convenient if the user wants to write some custom methods/function blocks.
Same for FB_TestSuite.GetNumberOfTests, FB_Test.IsFinished and FB_Test.IsFailed. Maybe also more. I think these methods/variables are convenient if the user wants to write some custom methods/function blocks.
What about those?
FB_Test.IsFinished is still INTERNAL.
@YokMenns You wrote: "in the TcUnit version 1.1.0.0 you declared this method as PUBLIC. " FB_TestSuite.AreAllTestsFinished() ""
For FB_Test.IsFinished() you should use IS_TEST_FINISHED()
instead
Hello Jacob, in the TcUnit version 1.1.0.0 you declared this method as PUBLIC. " FB_TestSuite.AreAllTestsFinished() " After the implementation of these functions ( RUN_IN_SEQUENCE(FUN) and TEST_IN_ORDERED(FUN) in a branch, you now declared this method as INTERNAL. Because i use this method outsite the TcUniit. Can you declare this method as PUBLIC? Thank you for the answer. Have a nice day. Yok Menns
Originally posted by @YokMenns in https://github.com/tcunit/TcUnit/discussions/127#discussioncomment-284694