File tree 12 files changed +0
-24
lines changed
android/guava-testlib/src/com/google/common/testing
guava-testlib/src/com/google/common/testing
12 files changed +0
-24
lines changed Original file line number Diff line number Diff line change 20
20
import static com .google .common .base .Predicates .not ;
21
21
import static com .google .common .testing .AbstractPackageSanityTests .Chopper .suffix ;
22
22
23
- import com .google .common .annotations .Beta ;
24
23
import com .google .common .annotations .GwtIncompatible ;
25
24
import com .google .common .annotations .J2ktIncompatible ;
26
25
import com .google .common .annotations .VisibleForTesting ;
102
101
* @author Ben Yu
103
102
* @since 14.0
104
103
*/
105
- @ Beta
106
104
// TODO: Switch to JUnit 4 and use @Parameterized and @BeforeClass
107
105
// Note: @Test annotations are deliberate, as some subclasses specify @RunWith(JUnit4).
108
106
@ GwtIncompatible
Original file line number Diff line number Diff line change 21
21
import static com .google .common .base .Throwables .throwIfUnchecked ;
22
22
import static com .google .common .testing .NullPointerTester .isNullable ;
23
23
24
- import com .google .common .annotations .Beta ;
25
24
import com .google .common .annotations .GwtIncompatible ;
26
25
import com .google .common .annotations .J2ktIncompatible ;
27
26
import com .google .common .annotations .VisibleForTesting ;
80
79
* @author Ben Yu
81
80
* @since 14.0
82
81
*/
83
- @ Beta
84
82
@ GwtIncompatible
85
83
@ J2ktIncompatible
86
84
public final class ClassSanityTester {
Original file line number Diff line number Diff line change 16
16
17
17
package com .google .common .testing ;
18
18
19
- import com .google .common .annotations .Beta ;
20
19
import com .google .common .annotations .GwtCompatible ;
21
20
import java .util .logging .Level ;
22
21
import java .util .logging .Logger ;
30
29
* @author Luiz-Otavio Zorzella
31
30
* @since 10.0
32
31
*/
33
- @ Beta
34
32
@ GwtCompatible
35
33
@ ElementTypesAreNonnullByDefault
36
34
public abstract class SloppyTearDown implements TearDown {
Original file line number Diff line number Diff line change 16
16
17
17
package com .google .common .testing ;
18
18
19
- import com .google .common .annotations .Beta ;
20
19
import com .google .common .annotations .GwtCompatible ;
21
20
22
21
/**
25
24
* @author Kevin Bourrillion
26
25
* @since 10.0
27
26
*/
28
- @ Beta
29
27
@ GwtCompatible
30
28
@ ElementTypesAreNonnullByDefault
31
29
public interface TearDown {
Original file line number Diff line number Diff line change 16
16
17
17
package com .google .common .testing ;
18
18
19
- import com .google .common .annotations .Beta ;
20
19
import com .google .common .annotations .GwtCompatible ;
21
20
import com .google .errorprone .annotations .DoNotMock ;
22
21
26
25
* @author Kevin Bourrillion
27
26
* @since 10.0
28
27
*/
29
- @ Beta
30
28
@ DoNotMock ("Implement with a lambda" )
31
29
@ GwtCompatible
32
30
@ ElementTypesAreNonnullByDefault
Original file line number Diff line number Diff line change 18
18
19
19
import static com .google .common .base .Preconditions .checkNotNull ;
20
20
21
- import com .google .common .annotations .Beta ;
22
21
import com .google .common .annotations .GwtCompatible ;
23
22
import com .google .common .collect .Lists ;
24
23
import com .google .errorprone .annotations .concurrent .GuardedBy ;
36
35
* @author Kevin Bourrillion
37
36
* @since 10.0
38
37
*/
39
- @ Beta
40
38
@ GwtCompatible
41
39
@ ElementTypesAreNonnullByDefault
42
40
public class TearDownStack implements TearDownAccepter {
Original file line number Diff line number Diff line change 20
20
import static com .google .common .base .Predicates .not ;
21
21
import static com .google .common .testing .AbstractPackageSanityTests .Chopper .suffix ;
22
22
23
- import com .google .common .annotations .Beta ;
24
23
import com .google .common .annotations .GwtIncompatible ;
25
24
import com .google .common .annotations .J2ktIncompatible ;
26
25
import com .google .common .annotations .VisibleForTesting ;
102
101
* @author Ben Yu
103
102
* @since 14.0
104
103
*/
105
- @ Beta
106
104
// TODO: Switch to JUnit 4 and use @Parameterized and @BeforeClass
107
105
// Note: @Test annotations are deliberate, as some subclasses specify @RunWith(JUnit4).
108
106
@ GwtIncompatible
Original file line number Diff line number Diff line change 21
21
import static com .google .common .base .Throwables .throwIfUnchecked ;
22
22
import static com .google .common .testing .NullPointerTester .isNullable ;
23
23
24
- import com .google .common .annotations .Beta ;
25
24
import com .google .common .annotations .GwtIncompatible ;
26
25
import com .google .common .annotations .J2ktIncompatible ;
27
26
import com .google .common .annotations .VisibleForTesting ;
80
79
* @author Ben Yu
81
80
* @since 14.0
82
81
*/
83
- @ Beta
84
82
@ GwtIncompatible
85
83
@ J2ktIncompatible
86
84
public final class ClassSanityTester {
Original file line number Diff line number Diff line change 16
16
17
17
package com .google .common .testing ;
18
18
19
- import com .google .common .annotations .Beta ;
20
19
import com .google .common .annotations .GwtCompatible ;
21
20
import java .util .logging .Level ;
22
21
import java .util .logging .Logger ;
30
29
* @author Luiz-Otavio Zorzella
31
30
* @since 10.0
32
31
*/
33
- @ Beta
34
32
@ GwtCompatible
35
33
@ ElementTypesAreNonnullByDefault
36
34
public abstract class SloppyTearDown implements TearDown {
Original file line number Diff line number Diff line change 16
16
17
17
package com .google .common .testing ;
18
18
19
- import com .google .common .annotations .Beta ;
20
19
import com .google .common .annotations .GwtCompatible ;
21
20
22
21
/**
25
24
* @author Kevin Bourrillion
26
25
* @since 10.0
27
26
*/
28
- @ Beta
29
27
@ FunctionalInterface
30
28
@ GwtCompatible
31
29
@ ElementTypesAreNonnullByDefault
Original file line number Diff line number Diff line change 16
16
17
17
package com .google .common .testing ;
18
18
19
- import com .google .common .annotations .Beta ;
20
19
import com .google .common .annotations .GwtCompatible ;
21
20
import com .google .errorprone .annotations .DoNotMock ;
22
21
26
25
* @author Kevin Bourrillion
27
26
* @since 10.0
28
27
*/
29
- @ Beta
30
28
@ DoNotMock ("Implement with a lambda" )
31
29
@ GwtCompatible
32
30
@ ElementTypesAreNonnullByDefault
Original file line number Diff line number Diff line change 18
18
19
19
import static com .google .common .base .Preconditions .checkNotNull ;
20
20
21
- import com .google .common .annotations .Beta ;
22
21
import com .google .common .annotations .GwtCompatible ;
23
22
import com .google .common .collect .Lists ;
24
23
import com .google .errorprone .annotations .concurrent .GuardedBy ;
36
35
* @author Kevin Bourrillion
37
36
* @since 10.0
38
37
*/
39
- @ Beta
40
38
@ GwtCompatible
41
39
@ ElementTypesAreNonnullByDefault
42
40
public class TearDownStack implements TearDownAccepter {
You can’t perform that action at this time.
0 commit comments