13 lines
No EOL
390 B
TypeScript
13 lines
No EOL
390 B
TypeScript
describe("constructor", () => {
|
|
test.todo("EXPECT properties to be set");
|
|
});
|
|
|
|
describe("FetchOneByRoleId", () => {
|
|
test.todo("EXPECT entity with role id to be returned");
|
|
|
|
test.todo("GIVEN relations parameter is not supplied, EXPECT relations to be defaulted");
|
|
});
|
|
|
|
describe("FetchAllByServerId", () => {
|
|
test.todo("EXPECT all entities with server id to be returned");
|
|
}); |