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
47ba83f2
Commit
47ba83f2
authored
6 years ago
by
Dmitry Neverov
Browse files
Options
Download
Email Patches
Plain Diff
Allow to mark test super class as @Bombed
parent
e88065cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platform/testFramework/core/src/com/intellij/idea/Bombed.java
+2
-4
...form/testFramework/core/src/com/intellij/idea/Bombed.java
with
2 additions
and
4 deletions
+2
-4
platform/testFramework/core/src/com/intellij/idea/Bombed.java
+
2
-
4
View file @
47ba83f2
...
...
@@ -5,13 +5,11 @@ package com.intellij.idea;
import
org.intellij.lang.annotations.JdkConstants
;
import
java.lang.annotation.ElementType
;
import
java.lang.annotation.Retention
;
import
java.lang.annotation.RetentionPolicy
;
import
java.lang.annotation.Target
;
import
java.lang.annotation.*
;
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Target
({
ElementType
.
TYPE
,
ElementType
.
METHOD
})
@Inherited
public
@interface
Bombed
{
int
year
()
default
2018
;
@JdkConstants
.
CalendarMonth
int
month
();
...
...
This diff is collapsed.
Click to expand it.
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