removed shitty """"unit tests""""
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
package nodash.test;
|
||||
|
||||
import nodash.models.NoUser;
|
||||
|
||||
public class NoUserTest extends NoUser {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 7791713515804652613L;
|
||||
|
||||
private String changableString;
|
||||
|
||||
public NoUserTest(String changableString) {
|
||||
super();
|
||||
setChangableString(changableString);
|
||||
}
|
||||
|
||||
public String getChangableString() {
|
||||
return changableString;
|
||||
}
|
||||
|
||||
public void setChangableString(String changableString) {
|
||||
this.changableString = changableString;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user