summaryrefslogtreecommitdiff
path: root/platform/testFramework/src/com/intellij/testFramework/fixtures/IdeaTestFixtureFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'platform/testFramework/src/com/intellij/testFramework/fixtures/IdeaTestFixtureFactory.java')
-rw-r--r--platform/testFramework/src/com/intellij/testFramework/fixtures/IdeaTestFixtureFactory.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/testFramework/src/com/intellij/testFramework/fixtures/IdeaTestFixtureFactory.java b/platform/testFramework/src/com/intellij/testFramework/fixtures/IdeaTestFixtureFactory.java
index 010caad8fcd2..ecc5bff4dc50 100644
--- a/platform/testFramework/src/com/intellij/testFramework/fixtures/IdeaTestFixtureFactory.java
+++ b/platform/testFramework/src/com/intellij/testFramework/fixtures/IdeaTestFixtureFactory.java
@@ -37,6 +37,7 @@ public abstract class IdeaTestFixtureFactory {
}
}
+ @NotNull
public static IdeaTestFixtureFactory getFixtureFactory() {
return ourInstance;
}
@@ -59,6 +60,7 @@ public abstract class IdeaTestFixtureFactory {
public abstract TestFixtureBuilder<IdeaProjectTestFixture> createFixtureBuilder(@NotNull String name);
+ @NotNull
public abstract TestFixtureBuilder<IdeaProjectTestFixture> createLightFixtureBuilder();
public abstract TestFixtureBuilder<IdeaProjectTestFixture> createLightFixtureBuilder(@Nullable LightProjectDescriptor projectDescriptor);