Use 'definitionCountIs' in union property tests.

This commit is contained in:
Daniel Rosenwasser
2014-12-17 14:46:04 -08:00
parent 6c753496e7
commit 42babc52d3
2 changed files with 3 additions and 0 deletions

View File

@@ -15,7 +15,9 @@
////x./*propertyReference*/commonProperty;
////x./*3*/commonFunction;
goTo.marker("propertyReference");
verify.definitionCountIs(2);
goTo.definition(0);
verify.caretAtMarker("propertyDefinition1");

View File

@@ -17,6 +17,7 @@
////x.common./*propertyReference*/a;
goTo.marker("propertyReference");
verify.definitionCountIs(2);
goTo.definition(0);
verify.caretAtMarker("propertyDefinition2");