Package jetbrains.buildServer.asserts
Class SoftAssertions
- java.lang.Object
-
- org.assertj.core.api.AbstractSoftAssertions
-
- org.assertj.core.api.SoftAssertions
-
- jetbrains.buildServer.asserts.SoftAssertions
-
public final class SoftAssertions extends org.assertj.core.api.SoftAssertions
An extension to the original soft assertions.
- Since:
- 2017.2
- Author:
- Andrey Shcheglov <mailto:andrey.shcheglov@jetbrains.com>
-
-
Constructor Summary
Constructors Constructor Description SoftAssertions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathAssert
assertThat(Path actual)
Creates a new instance of
.PathAssert
-
Methods inherited from class org.assertj.core.api.AbstractSoftAssertions
assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, proxy
-
-
-
-
Method Detail
-
assertThat
public PathAssert assertThat(@Nullable Path actual)
Creates a new instance of
.PathAssert
- Parameters:
actual
- the actual value.- Returns:
- the created assertion object.
-
-