import static org.junit.Assert.assertThat;
public class MonitorCollectorTest {
@Before
public void before() throws ArchNotSupportedException, ArchLoaderException {
AgentConfig agentConfig = new AgentConfig.NullAgentConfig(1).init();
new ArchLoaderInit().init(agentConfig.getHome().getNativeDirectory());
}