| 程序包 | 说明 |
|---|---|
| io.polaris.core.assertion | |
| io.polaris.core.jdbc | |
| io.polaris.core.reflect |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
Assertions.assertAll(String message,
Executable... executables) |
static void |
Assertions.assertNothingThrows(Executable executable,
String message) |
static <T extends Throwable> |
Assertions.assertNotThrows(Class<T> expected,
Executable executable,
String message) |
static <T extends Throwable> |
Assertions.assertNotThrowsExactly(Class<T> expected,
Executable executable,
String message) |
static void |
Assertions.assertSomethingThrows(Executable executable,
String message) |
static <T extends Throwable> |
Assertions.assertThrows(Class<T> expected,
Executable executable,
String message) |
static <T extends Throwable> |
Assertions.assertThrowsExactly(Class<T> expected,
Executable executable,
String message) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
Assertions.assertAll(String message,
Collection<Executable> executables) |
static void |
Assertions.assertAll(String message,
Stream<Executable> executables) |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
Jdbcs.doTransaction(Connection conn,
Executable runnable) |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
SerializableExecutable |
Copyright © 2024 fossc. All rights reserved.