Plan tests
This commit is contained in:
parent
a7b3079fcd
commit
321486a90b
2 changed files with 22 additions and 1 deletions
|
@ -0,0 +1,21 @@
|
|||
describe("constructor", () => {
|
||||
describe("GIVEN entity created", () => {
|
||||
test.todo("EXPECT MoonNumber to be set");
|
||||
|
||||
test.todo("EXPECT Description to be set");
|
||||
|
||||
test.todo("EXPECT UserId to be set");
|
||||
});
|
||||
});
|
||||
|
||||
describe("FetchMoonsByUserId", () => {
|
||||
test.todo("EXPECT list of moons to be returned");
|
||||
});
|
||||
|
||||
describe("FetchPaginatedMoonsByUserId", () => {
|
||||
test.todo("EXPECT list of moons to be returned with page list");
|
||||
});
|
||||
|
||||
describe("FetchMoonCountByUserId", () => {
|
||||
test.todo("EXPECT count to be returned");
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue