IDEA-CR-56435,IDEA-CR-55601, IDEA-CR-54980

GitOrigin-RevId: 3bd9cf2659995b3750cdca21530d1a3181377a44
This commit is contained in:
Olga.Klisho
2020-01-14 19:59:42 +03:00
committed by intellij-monorepo-bot
parent 78283818b0
commit 2963443b1b
10 changed files with 112 additions and 21 deletions

View File

@@ -0,0 +1,6 @@
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.rt.execution;
public class TestListenerProtocol {
public static final String CLASS_CONFIGURATION = "Class Configuration";
}