Given this pseudo-code generate generate a java test in ArchUnit
DESCRIPTION Define Testing Domain
DEFINE SYSTEM Make the Grade AS mtg
DEFINE DOMAIN Testing AS testing
DEFINE COMPONENT Student Sign-in AS signin
DEFINE COMPONENT Test Loader AS loader
DEFINE COMPONENT Question Sender AS question_sender
DEFINE COMPONENT Answer Capture AS answer_capture
ASSERT(CLASSES are only CONTAINED within COMPONENTS and SUBDOMAINS)
DESCRIPTION Define Testing Domain
DEFINE SYSTEM Make the Grade AS mtg
DEFINE DOMAIN Testing AS testing
DEFINE COMPONENT Student Sign-in AS signin
DEFINE COMPONENT Test Loader AS loader
DEFINE COMPONENT Question Sender AS question_sender
DEFINE COMPONENT Answer Capture AS answer_capture
ASSERT(CLASSES are only CONTAINED within COMPONENTS and SUBDOMAINS)
ASSERT(loader has DEPENDENCY on question_sender)
ASSERT(there are no other dependencies)