commit
7a5f7a7632
4 changed files with 7 additions and 11 deletions
|
@ -1,6 +1,11 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.5.0
|
||||
-----
|
||||
|
||||
*
|
||||
|
||||
0.4.0
|
||||
-----
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ TypeAlias for Java
|
|||
<dependency>
|
||||
<groupId>net.kemitix</groupId>
|
||||
<artifactId>mon</artifactId>
|
||||
<version>0.3.0</version>
|
||||
<version>0.4.0</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -10,7 +10,7 @@
|
|||
<version>3.2.4</version>
|
||||
</parent>
|
||||
<artifactId>mon</artifactId>
|
||||
<version>0.4.0-SNAPSHOT</version>
|
||||
<version>0.5.0-SNAPSHOT</version>
|
||||
|
||||
<properties>
|
||||
<junit.version>4.12</junit.version>
|
||||
|
|
|
@ -10,15 +10,6 @@ import org.junit.Test;
|
|||
*/
|
||||
public class IdentityTest implements WithAssertions {
|
||||
|
||||
@Test
|
||||
public void functorLawMapIdEqualsId() {
|
||||
//given
|
||||
final String id = "id";
|
||||
//when
|
||||
|
||||
//then
|
||||
}
|
||||
|
||||
@Test
|
||||
public void canMapIdentityFromStringToInteger() {
|
||||
//given
|
||||
|
|
Loading…
Reference in a new issue