Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Apr 22, 2024
1 parent 2d8b470 commit 172b6f6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Expand Up @@ -8,7 +8,7 @@
import org.junit.Test;
import org.junit.rules.TemporaryFolder;

public class NullAwayInstanceOfBindingTests {
public class InstanceOfBindingTests {

@Rule public final TemporaryFolder temporaryFolder = new TemporaryFolder();

Expand Down
Expand Up @@ -8,7 +8,7 @@
import org.junit.Test;
import org.junit.rules.TemporaryFolder;

public class NullAwayModuleInfoTests {
public class ModuleInfoTests {

@Rule public final TemporaryFolder temporaryFolder = new TemporaryFolder();

Expand Down
Expand Up @@ -10,7 +10,7 @@
import org.junit.rules.TemporaryFolder;

/** Tests for support of the {@code Optional.isEmpty()} API. This API was introduced in JDK 11. */
public class NullAwayOptionalEmptyTests {
public class OptionalEmptyTests {

@Rule public final TemporaryFolder temporaryFolder = new TemporaryFolder();

Expand Down
Expand Up @@ -8,7 +8,7 @@
import org.junit.Test;
import org.junit.rules.TemporaryFolder;

public class NullAwayRecordTests {
public class RecordTests {

@Rule public final TemporaryFolder temporaryFolder = new TemporaryFolder();

Expand Down
Expand Up @@ -30,7 +30,7 @@
import org.junit.rules.TemporaryFolder;

/** NullAway unit tests involving language features available on JDK 17 but not JDK 11. */
public class NullAwaySwitchTests {
public class SwitchTests {

@Rule public final TemporaryFolder temporaryFolder = new TemporaryFolder();

Expand Down

0 comments on commit 172b6f6

Please sign in to comment.