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