Closed daniapq closed 4 years ago
With the new updates, the example with the problem is the following:
| typeInfo aBlock |
aBlock := [
((RSUMLClassBuilder new)
classes: RSAttachPoint withAllSubclasses)
build canvas ].
typeInfo := STypeInfo asTypeInfo: (
SSTypeCollector profile: aBlock onPackagesMatching: 'Roassal3-UML').
(STestCaseFactoryPharo new)
targetClassName: #RSUMLClassBuilder ;
typeInfo: typeInfo;
seedBlock: aBlock;
createTestCases;
yourself.
When you generate tests for class RSUMLClassBuilder in method #exportTests has a error with the Stack. The error is showed only when generate Assertions for some test. The stack cannot include Temps of TestCase. An Example to reproduce the problem: