Skip to content

Commit 55d5bd9

Browse files
committed
Add MaintainedByDiffblue interface.
Required for tagging JUnit 4 tests
1 parent cff23e3 commit 55d5bd9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
* Copyright 2025 Diffblue Limited.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License").
5+
* You may not use this file except in compliance with the License.
6+
* A copy of the License is located at
7+
*
8+
* https://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* or in the "license" file accompanying this file. This file is distributed
11+
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
* express or implied. See the License for the specific language governing
13+
* permissions and limitations under the License.
14+
*/
15+
package com.diffblue.cover.annotations;
16+
17+
/**
18+
* Empty interface, required, with the Category annotation, to label JUnit 4 tests in the following
19+
* manner: @Category(MaintainedByDiffblue.class)
20+
*/
21+
public interface MaintainedByDiffblue {}

0 commit comments

Comments
 (0)