Minor: regenerate tests
This commit is contained in:
Generated
+7
-2
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2010-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license
|
* Copyright 2010-2019 JetBrains s.r.o. and Kotlin Programming Language contributors.
|
||||||
* that can be found in the license/LICENSE.txt file.
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.jetbrains.kotlin.idea.caches.resolve;
|
package org.jetbrains.kotlin.idea.caches.resolve;
|
||||||
@@ -29,6 +29,11 @@ public class HierarchicalExpectActualTestGenerated extends AbstractHierarchicalE
|
|||||||
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("idea/testData/multiModuleHighlighting/hierarchicalExpectActualMatching"), Pattern.compile("^([^\\.]+)$"), TargetBackend.ANY, false);
|
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("idea/testData/multiModuleHighlighting/hierarchicalExpectActualMatching"), Pattern.compile("^([^\\.]+)$"), TargetBackend.ANY, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("diamondActualInBottom")
|
||||||
|
public void testDiamondActualInBottom() throws Exception {
|
||||||
|
runTest("idea/testData/multiModuleHighlighting/hierarchicalExpectActualMatching/diamondActualInBottom/");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("diamondActualOnOnePath")
|
@TestMetadata("diamondActualOnOnePath")
|
||||||
public void testDiamondActualOnOnePath() throws Exception {
|
public void testDiamondActualOnOnePath() throws Exception {
|
||||||
runTest("idea/testData/multiModuleHighlighting/hierarchicalExpectActualMatching/diamondActualOnOnePath/");
|
runTest("idea/testData/multiModuleHighlighting/hierarchicalExpectActualMatching/diamondActualOnOnePath/");
|
||||||
|
|||||||
Reference in New Issue
Block a user