Ability of students to inspect and/or create new unit tests in a Java repl?

I’ve set up a project with multiple unit tests. When I log in as my test student, I don’t see any for the student to see the test or add tests of their own: they can only run the test, without seeing its behavior. Is that by design, or is it a missing feature? I certainly would like my students to be able to write their own tests.

I guess this is by design … the students fork the project, and get the tests that the teacher has created.