Skip to content
Unstable

Changes

Summary

  1. Changed 'Transcript show:' construct to 'self trace' (details)
  2. Cleanup: TestCase class>>#hasErrorTest (details)
  3. Fix also TestCase class>>#hasFailedTest (details)
  4. Fix also TestCase class>>#hasPassedTest (details)
  5. Cleanup: TestCase class>>#lastRunMethodNamed: (details)
Commit 7ac07f1e970fa02ed0a473c862343a805eeb57c7 by posledniamir
Changed 'Transcript show:' construct to 'self trace'
The file was modified src/DebugPoints/TranscriptBehavior.class.st (diff)
The file was modified src/Refactoring-Critics-Tests/RBSmalllintTestObject.class.st (diff)
The file was modified src/Beacon-Core/TranscriptLogger.class.st (diff)
Commit 584c96a7325252f162a8f02deba6f7884bc6297d by astares
Cleanup: TestCase class>>#hasErrorTest 

fix #16585
The file was modified src/SUnit-Core/TestCase.class.st (diff)
Commit 978a329a91b8de1039708c806ae38905a237d280 by astares
Fix also TestCase class>>#hasFailedTest
The file was modified src/SUnit-Core/TestCase.class.st (diff)
Commit 40bba9fcd46f23efc7b499865f1eb0b563d469d2 by astares
Fix also TestCase class>>#hasPassedTest
The file was modified src/SUnit-Core/TestCase.class.st (diff)
Commit a9f85a28ed67eea4d2d71bf7ebfe90828d7adb95 by astares
Cleanup: TestCase class>>#lastRunMethodNamed: 

Fix #16587
The file was modified src/SUnit-Core/TestCase.class.st (diff)