diff --git a/test/Input/BinSignalExtTest.st b/test/Input/BinSignalExtTest.st index 5513b08..adc6d4e 100644 --- a/test/Input/BinSignalExtTest.st +++ b/test/Input/BinSignalExtTest.st @@ -12,9 +12,9 @@ NAMESPACE Simatic.Ax.IO.Input.Test oStateLess : BinSignalExt; END_VAR + // This method will be called before each test method {TestSetup} METHOD PUBLIC MyTestSetup - // Will be called before MyTest_A AND before Test_B are executed o := oStateLess; END_METHOD @@ -172,4 +172,4 @@ NAMESPACE Simatic.Ax.IO.Input.Test END_CLASS -END_NAMESPACE \ No newline at end of file +END_NAMESPACE