|
|
|
@ -105,31 +105,37 @@ class ImportsContextCustomizerTests { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Metadata(d2 = "foo") |
|
|
|
@Metadata(d2 = "foo") |
|
|
|
|
|
|
|
@Import(TestImportSelector.class) |
|
|
|
static class FirstKotlinAnnotatedTestClass { |
|
|
|
static class FirstKotlinAnnotatedTestClass { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Metadata(d2 = "bar") |
|
|
|
@Metadata(d2 = "bar") |
|
|
|
|
|
|
|
@Import(TestImportSelector.class) |
|
|
|
static class SecondKotlinAnnotatedTestClass { |
|
|
|
static class SecondKotlinAnnotatedTestClass { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@SpecMetadata(filename = "foo", line = 10) |
|
|
|
@SpecMetadata(filename = "foo", line = 10) |
|
|
|
|
|
|
|
@Import(TestImportSelector.class) |
|
|
|
static class FirstSpockFrameworkAnnotatedTestClass { |
|
|
|
static class FirstSpockFrameworkAnnotatedTestClass { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@SpecMetadata(filename = "bar", line = 10) |
|
|
|
@SpecMetadata(filename = "bar", line = 10) |
|
|
|
|
|
|
|
@Import(TestImportSelector.class) |
|
|
|
static class SecondSpockFrameworkAnnotatedTestClass { |
|
|
|
static class SecondSpockFrameworkAnnotatedTestClass { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Stepwise |
|
|
|
@Stepwise |
|
|
|
|
|
|
|
@Import(TestImportSelector.class) |
|
|
|
static class FirstSpockLangAnnotatedTestClass { |
|
|
|
static class FirstSpockLangAnnotatedTestClass { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Issue("1234") |
|
|
|
@Issue("1234") |
|
|
|
|
|
|
|
@Import(TestImportSelector.class) |
|
|
|
static class SecondSpockLangAnnotatedTestClass { |
|
|
|
static class SecondSpockLangAnnotatedTestClass { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|