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