Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
devkit
/
testData
/
resolveTestDataPath
/
ContentRootReference.java
blob: d176a364fd860002d3ae392c2f3842f8e8b68b1c [
file
] [
log
] [
blame
]
@com
.
intellij
.
testFramework
.
TestDataPath
(
"$C<caret>ONTENT_ROOT/path"
)
class
ATest
extends
LightCodeInsightFixtureTestCase
{
protected
void
doTest
()
{
configureByFile
(
getTestName
(
true
)
+
".java"
);
}
}