Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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"
);
}
}