Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
devkit
/
testData
/
resolveTestDataPath
/
ReferencesAfterProjectRoot.java
blob: f718ad86c9bc21d1287ebdb7c9c3812aa17f7555 [
file
] [
log
] [
blame
]
@com
.
intellij
.
testFramework
.
TestDataPath
(
"$PROJECT_ROOT/pro<caret>jectSubdir/"
)
class
ATest
extends
LightCodeInsightFixtureTestCase
{
protected
void
doTest
()
{
configureByFile
(
getTestName
(
true
)
+
".java"
);
}
}