new Runnable() {
public void run() {
try {
String sFakeRole = getRouteAddress();
FakeRequest requestCreation = new FakeRequest(POST, sFakeRole);
requestCreation = requestCreation.withHeader(TestConfig.KEY_APPCODE, TestConfig.VALUE_APPCODE);
requestCreation = requestCreation.withHeader(TestConfig.KEY_AUTH, TestConfig.AUTH_ADMIN_ENC);
Result result = route(requestCreation);
assertRoute(result, "testRoleCreate.create", Status.CREATED, null, true);
//creates one user in this Role