File tree Expand file tree Collapse file tree
src/ExecutableRequirements-Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,16 +42,6 @@ ExReqRepositoryReportTest >> tearDown [
4242 repository := nil
4343]
4444
45- { #category : ' tests' }
46- ExReqRepositoryReportTest >> testCreateTracingPoints [
47-
48- self assert: ExReqTracingPoint all isEmpty.
49- self assert: self report tracingPoints isEmpty.
50- self report createTracingPoints.
51- self assert: ExReqTracingPoint all isNotEmpty.
52- self assert: self report tracingPoints isNotEmpty
53- ]
54-
5545{ #category : ' tests' }
5646ExReqRepositoryReportTest >> testExecuteTracingPoints [
5747
@@ -67,15 +57,11 @@ ExReqRepositoryReportTest >> testExecuteTracingPoints [
6757{ #category : ' tests' }
6858ExReqRepositoryReportTest >> testInstallTracingPoints [
6959
70- self assert: ExReqTracingPoint all isEmpty.
71- self assert: self report tracingPoints isEmpty.
60+ self assert: self report builder isEmpty.
7261 self report installTracingPoints.
73-
74- self assert: ExReqTracingPoint all isNotEmpty.
75- self assert: self report tracingPoints isNotEmpty.
62+ self assert: self report builder isNotEmpty.
7663 self report removeTracingPoints.
77- self assert: ExReqTracingPoint all isEmpty.
78- self assert: self report tracingPoints isEmpty.
64+ self assert: self report builder isEmpty.
7965]
8066
8167{ #category : ' tests' }
You can’t perform that action at this time.
0 commit comments