Skip to content

Commit

Permalink
Added test case for Annotator
Browse files Browse the repository at this point in the history
  • Loading branch information
femarcano authored and AmailP committed Oct 5, 2021
1 parent ebfd56d commit 02f0a16
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
package amailp.intellij.robot.extensions

import amailp.intellij.robot.testFramework.RobotCodeInsightFixtureTestCase

class AnnotatorTest extends RobotCodeInsightFixtureTestCase {

def testVariablesInAnnotator(): Unit = {
myFixture
.configureByFiles(
"complete.robot"
)

myFixture.checkHighlighting(false, true, false, true)
}
}

0 comments on commit 02f0a16

Please sign in to comment.