-
Code public class DependencyTracker { public String getDependencies(String dependencyName) { return ""; } }
Test Cases import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertEquals; // TODO: Replace examples and use TDD by writing your own tests class DependencyTrackerTest { void noDependencies() { DependencyTracker tracker = new DependencyTracker(); String dependencies = tracker.getDependencies("H"); assertEquals("", dependencies); } }
Output:
-
- All
- {{group.name}} ({{group.count}})
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}