Skip to content

Commit

Permalink
2024.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
toronik committed Feb 6, 2024
1 parent 308e60b commit e43582e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

[![Stability: Active](https://masterminds.github.io/stability/active.svg)](https://masterminds.github.io/stability/active.html)
![CI](https://github.com/toronik/exam/workflows/CI/badge.svg)
[![](https://jitpack.io/v/toronik/exam.svg)](https://jitpack.io/#toronik/exam)


**Exam** is oriented on **declarative end-to-end black\graybox** application testing in a way a manual tester would do it: send request, verify response\database\message queue etc.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import org.concordion.internal.util.Check

open class EqCommand(val verifier: ContentVerifier) : AssertEqualsCommand() {
companion object : KLogging() {
fun objectToString(any: Any?): String = any?.toString() ?: "(null)"
fun objectToString(any: Any?): String = any?.toString() ?: "(null)"
}

override fun verify(command: CommandCall, eval: Evaluator, resultRecorder: ResultRecorder, fixture: Fixture) {
Expand Down

0 comments on commit e43582e

Please sign in to comment.