Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
a7f56f09
Commit
a7f56f09
authored
7 years ago
by
Konstantin Bulenkov
1
Browse files
Options
Download
Email Patches
Plain Diff
this test should be PlatformTestCase
parent
3d71a47a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platform/platform-tests/testSrc/com/intellij/openapi/actionSystem/PresentationTest.java
+3
-3
...c/com/intellij/openapi/actionSystem/PresentationTest.java
with
3 additions
and
3 deletions
+3
-3
platform/platform-tests/testSrc/com/intellij/openapi/actionSystem/PresentationTest.java
+
3
-
3
View file @
a7f56f09
/*
* Copyright 2000-20
09
JetBrains s.r.o.
* Copyright 2000-20
17
JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -15,15 +15,15 @@
*/
package
com.intellij.openapi.actionSystem
;
import
com.intellij.testFramework.PlatformTestCase
;
import
junit.framework.Assert
;
import
junit.framework.TestCase
;
/**
* Created in IntelliJ IDEA.
* By: Alexander.Chernikov
* When: 10.10.2006, 20:19:35
*/
public
class
PresentationTest
extends
TestCase
{
public
class
PresentationTest
extends
Platform
TestCase
{
private
final
String
[]
inputTextsUnderscores
=
new
String
[]{
"No mnemonic"
,
"_First char"
,
"S_econd char"
,
"Pre-last and not unique ch_ar"
,
"Last cha_r"
,
"Too late_"
,
"Do__uble"
,
"Dou_&ble"
,
...
...
This diff is collapsed.
Click to expand it.
小 白蛋
@baidan
mentioned in commit
e3c5633f
·
2 years ago
mentioned in commit
e3c5633f
mentioned in commit e3c5633fa1163ef08ef65cc65b5af1ca7f8dffc3
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help