@@ -43,7 +43,7 @@ void doubleStartShouldBeInvalid() {
43
43
.satisfies (exception -> assertThat (exception .toString ()).matches (
44
44
"(?s)^io\\ .micrometer\\ .observation\\ .tck\\ .InvalidObservationException: Invalid start: Observation 'test' has already been started\n "
45
45
+ "START: app//io\\ .micrometer\\ .observation\\ .tck\\ .ObservationValidatorTests\\ .lambda\\ $doubleStartShouldBeInvalid\\ $\\ d+\\ (ObservationValidatorTests\\ .java:\\ d+\\ )\n "
46
- + "START: app//io\\ .micrometer\\ .observation\\ .tck\\ .ObservationValidatorTests\\ .lambda\\ $doubleStartShouldBeInvalid\\ $\\ d+\\ (ObservationValidatorTests.java:\\ d+\\ )$" ));
46
+ + "START: app//io\\ .micrometer\\ .observation\\ .tck\\ .ObservationValidatorTests\\ .lambda\\ $doubleStartShouldBeInvalid\\ $\\ d+\\ (ObservationValidatorTests\\ .java:\\ d+\\ )$" ));
47
47
}
48
48
49
49
@ Test
@@ -54,7 +54,7 @@ void stopBeforeStartShouldBeInvalid() {
54
54
.hasMessage ("Invalid stop: Observation 'test' has not been started yet" )
55
55
.satisfies (exception -> assertThat (exception .toString ()).matches (
56
56
"(?s)^io\\ .micrometer\\ .observation\\ .tck\\ .InvalidObservationException: Invalid stop: Observation 'test' has not been started yet\n "
57
- + "STOP: app//io\\ .micrometer\\ .observation\\ .tck\\ .ObservationValidatorTests\\ .lambda\\ $stopBeforeStartShouldBeInvalid\\ $\\ d+\\ (ObservationValidatorTests.java:\\ d+\\ )$" ));
57
+ + "STOP: app//io\\ .micrometer\\ .observation\\ .tck\\ .ObservationValidatorTests\\ .lambda\\ $stopBeforeStartShouldBeInvalid\\ $\\ d+\\ (ObservationValidatorTests\\ .java:\\ d+\\ )$" ));
58
58
}
59
59
60
60
@ Test
@@ -65,7 +65,7 @@ void errorBeforeStartShouldBeInvalid() {
65
65
.hasMessage ("Invalid error signal: Observation 'test' has not been started yet" )
66
66
.satisfies (exception -> assertThat (exception .toString ()).matches (
67
67
"(?s)^io\\ .micrometer\\ .observation\\ .tck\\ .InvalidObservationException: Invalid error signal: Observation 'test' has not been started yet\n "
68
- + "ERROR: app//io\\ .micrometer\\ .observation\\ .tck\\ .ObservationValidatorTests\\ .lambda\\ $errorBeforeStartShouldBeInvalid\\ $\\ d+\\ (ObservationValidatorTests.java:\\ d+\\ )$" ));
68
+ + "ERROR: app//io\\ .micrometer\\ .observation\\ .tck\\ .ObservationValidatorTests\\ .lambda\\ $errorBeforeStartShouldBeInvalid\\ $\\ d+\\ (ObservationValidatorTests\\ .java:\\ d+\\ )$" ));
69
69
}
70
70
71
71
@ Test
@@ -76,7 +76,7 @@ void eventBeforeStartShouldBeInvalid() {
76
76
.hasMessage ("Invalid event signal: Observation 'test' has not been started yet" )
77
77
.satisfies (exception -> assertThat (exception .toString ()).matches (
78
78
"(?s)^io\\ .micrometer\\ .observation\\ .tck\\ .InvalidObservationException: Invalid event signal: Observation 'test' has not been started yet\n "
79
- + "EVENT: app//io\\ .micrometer\\ .observation\\ .tck\\ .ObservationValidatorTests\\ .lambda\\ $eventBeforeStartShouldBeInvalid\\ $\\ d+\\ (ObservationValidatorTests.java:\\ d+\\ )$" ));
79
+ + "EVENT: app//io\\ .micrometer\\ .observation\\ .tck\\ .ObservationValidatorTests\\ .lambda\\ $eventBeforeStartShouldBeInvalid\\ $\\ d+\\ (ObservationValidatorTests\\ .java:\\ d+\\ )$" ));
80
80
}
81
81
82
82
@ Test
@@ -89,7 +89,7 @@ void scopeBeforeStartShouldBeInvalid() {
89
89
.hasMessage ("Invalid scope opening: Observation 'test' has not been started yet" )
90
90
.satisfies (exception -> assertThat (exception .toString ()).matches (
91
91
"(?s)^io\\ .micrometer\\ .observation\\ .tck\\ .InvalidObservationException: Invalid scope opening: Observation 'test' has not been started yet\n "
92
- + "SCOPE_OPEN: app//io\\ .micrometer\\ .observation\\ .tck\\ .ObservationValidatorTests\\ .lambda\\ $scopeBeforeStartShouldBeInvalid\\ $\\ d+\\ (ObservationValidatorTests.java:\\ d+\\ )$" ));
92
+ + "SCOPE_OPEN: app//io\\ .micrometer\\ .observation\\ .tck\\ .ObservationValidatorTests\\ .lambda\\ $scopeBeforeStartShouldBeInvalid\\ $\\ d+\\ (ObservationValidatorTests\\ .java:\\ d+\\ )$" ));
93
93
}
94
94
95
95
@ Test
@@ -101,7 +101,7 @@ void observeAfterStartShouldBeInvalid() {
101
101
.satisfies (exception -> assertThat (exception .toString ()).matches (
102
102
"(?s)^io\\ .micrometer\\ .observation\\ .tck\\ .InvalidObservationException: Invalid start: Observation 'test' has already been started\n "
103
103
+ "START: app//io\\ .micrometer\\ .observation\\ .tck\\ .ObservationValidatorTests\\ .lambda\\ $observeAfterStartShouldBeInvalid\\ $\\ d+\\ (ObservationValidatorTests\\ .java:\\ d+\\ )\n "
104
- + "START: app//io\\ .micrometer\\ .observation\\ .tck\\ .ObservationValidatorTests\\ .lambda\\ $observeAfterStartShouldBeInvalid\\ $\\ d+\\ (ObservationValidatorTests.java:\\ d+\\ )$" ));
104
+ + "START: app//io\\ .micrometer\\ .observation\\ .tck\\ .ObservationValidatorTests\\ .lambda\\ $observeAfterStartShouldBeInvalid\\ $\\ d+\\ (ObservationValidatorTests\\ .java:\\ d+\\ )$" ));
105
105
}
106
106
107
107
@ Test
@@ -117,7 +117,7 @@ void doubleStopShouldBeInvalid() {
117
117
"(?s)^io\\ .micrometer\\ .observation\\ .tck\\ .InvalidObservationException: Invalid stop: Observation 'test' has already been stopped\n "
118
118
+ "START: app//io\\ .micrometer\\ .observation\\ .tck\\ .ObservationValidatorTests\\ .lambda\\ $doubleStopShouldBeInvalid\\ $\\ d+\\ (ObservationValidatorTests\\ .java:\\ d+\\ )\n "
119
119
+ "STOP: app//io\\ .micrometer\\ .observation\\ .tck\\ .ObservationValidatorTests\\ .lambda\\ $doubleStopShouldBeInvalid\\ $\\ d+\\ (ObservationValidatorTests\\ .java:\\ d+\\ )\n "
120
- + "STOP: app//io\\ .micrometer\\ .observation\\ .tck\\ .ObservationValidatorTests\\ .lambda\\ $doubleStopShouldBeInvalid\\ $\\ d+\\ (ObservationValidatorTests.java:\\ d+\\ )$" ));
120
+ + "STOP: app//io\\ .micrometer\\ .observation\\ .tck\\ .ObservationValidatorTests\\ .lambda\\ $doubleStopShouldBeInvalid\\ $\\ d+\\ (ObservationValidatorTests\\ .java:\\ d+\\ )$" ));
121
121
}
122
122
123
123
@ Test
@@ -133,7 +133,7 @@ void errorAfterStopShouldBeInvalid() {
133
133
"(?s)^io\\ .micrometer\\ .observation\\ .tck\\ .InvalidObservationException: Invalid error signal: Observation 'test' has already been stopped\n "
134
134
+ "START: app//io\\ .micrometer\\ .observation\\ .tck\\ .ObservationValidatorTests\\ .lambda\\ $errorAfterStopShouldBeInvalid\\ $\\ d+\\ (ObservationValidatorTests\\ .java:\\ d+\\ )\n "
135
135
+ "STOP: app//io\\ .micrometer\\ .observation\\ .tck\\ .ObservationValidatorTests\\ .lambda\\ $errorAfterStopShouldBeInvalid\\ $\\ d+\\ (ObservationValidatorTests\\ .java:\\ d+\\ )\n "
136
- + "ERROR: app//io\\ .micrometer\\ .observation\\ .tck\\ .ObservationValidatorTests\\ .lambda\\ $errorAfterStopShouldBeInvalid\\ $\\ d+\\ (ObservationValidatorTests.java:\\ d+\\ )$" ));
136
+ + "ERROR: app//io\\ .micrometer\\ .observation\\ .tck\\ .ObservationValidatorTests\\ .lambda\\ $errorAfterStopShouldBeInvalid\\ $\\ d+\\ (ObservationValidatorTests\\ .java:\\ d+\\ )$" ));
137
137
}
138
138
139
139
@ Test
@@ -149,7 +149,7 @@ void eventAfterStopShouldBeInvalid() {
149
149
"(?s)^io\\ .micrometer\\ .observation\\ .tck\\ .InvalidObservationException: Invalid event signal: Observation 'test' has already been stopped\n "
150
150
+ "START: app//io\\ .micrometer\\ .observation\\ .tck\\ .ObservationValidatorTests\\ .lambda\\ $eventAfterStopShouldBeInvalid\\ $\\ d+\\ (ObservationValidatorTests\\ .java:\\ d+\\ )\n "
151
151
+ "STOP: app//io\\ .micrometer\\ .observation\\ .tck\\ .ObservationValidatorTests\\ .lambda\\ $eventAfterStopShouldBeInvalid\\ $\\ d+\\ (ObservationValidatorTests\\ .java:\\ d+\\ )\n "
152
- + "EVENT: app//io\\ .micrometer\\ .observation\\ .tck\\ .ObservationValidatorTests\\ .lambda\\ $eventAfterStopShouldBeInvalid\\ $\\ d+\\ (ObservationValidatorTests.java:\\ d+\\ )$" ));
152
+ + "EVENT: app//io\\ .micrometer\\ .observation\\ .tck\\ .ObservationValidatorTests\\ .lambda\\ $eventAfterStopShouldBeInvalid\\ $\\ d+\\ (ObservationValidatorTests\\ .java:\\ d+\\ )$" ));
153
153
}
154
154
155
155
@ Test
0 commit comments