File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -123,18 +123,12 @@ given concept:
123123
124124## Available languages
125125
126- For now, the supported languages are :
126+ Here are the libraries we use in the different days per supported language :
127127
128- - ` java ` (v 21)
129- - ` kotlin ` (1.9.21)
130- - ` C# ` (.NET 8)
131-
132- Here are the libraries we use in the different days per language:
133-
134- | Topic | Java | C# | Kotlin |
128+ | Topic | java | C# | kotlin |
135129| ------------------------| ------------------------------------------------------------------| ---------------------------------------------------------------------------------------------| ------------------------------------------------------------------------------------------------------|
136130| Test framework | [ junit] ( https://junit.org/junit5/ ) | [ xUnit] ( https://xunit.net/ ) | [ Kotest] ( https://kotest.io/ ) |
137- | Fluent assertions | [ assertJ] ( https://joel-costigliola.github.io/assertj/ ) | [ FluentAssertions] ( https://fluentassertions.com/ ) | Native ` kotest ` asertions |
131+ | Fluent assertions | [ assertJ] ( https://joel-costigliola.github.io/assertj/ ) | [ FluentAssertions] ( https://fluentassertions.com/ ) | Native ` kotest ` assertions |
138132| Mocking | [ mockito] ( https://site.mockito.org/ ) | [ NSubstitute] ( https://nsubstitute.github.io/ ) | [ mockk] ( https://mockk.io/ ) |
139133| Approval testing | [ approvalTests] ( https://github.com/approvals/approvaltests.java ) | [ Verify.xUnit] ( https://github.com/VerifyTests/Verify ) | [ approvalTests] ( https://github.com/approvals/approvaltests.java ) |
140134| Property-Based testing | [ vavr-test] ( https://github.com/vavr-io/vavr-test ) | [ FSCheck] ( https://fscheck.github.io/FsCheck/ ) | [ kotest-property] ( https://kotest.io/docs/proptest/property-based-testing.html ) |
You can’t perform that action at this time.
0 commit comments