Skip to content

Commit bbe6576

Browse files
committed
update readme
1 parent 4e8075e commit bbe6576

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# AssertK - Fluent assertions for Kotlin
22
AssertK provides a Kotlin-friendly syntax for using the amazing AssertJ assertion framework.
33

4+
This is early stages work and the library is not yet complete. Only a small subset of the AssertJ-core features are already implemented, but those that are, should be ready to be used in your projects. Contributions are welcome with regards to adding functionality to match that of AssertJ.
5+
46
###Simple assertions
57
```kotlin
68
assert that Unit isEqualTo Unit
@@ -60,3 +62,17 @@ dependencies {
6062
...
6163
}
6264
```
65+
####License
66+
Copyright 2016 memoizr
67+
68+
Licensed under the Apache License, Version 2.0 (the "License");
69+
you may not use this file except in compliance with the License.
70+
You may obtain a copy of the License at
71+
72+
http://www.apache.org/licenses/LICENSE-2.0
73+
74+
Unless required by applicable law or agreed to in writing, software
75+
distributed under the License is distributed on an "AS IS" BASIS,
76+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
77+
See the License for the specific language governing permissions and
78+
limitations under the License.

0 commit comments

Comments
 (0)