package com.processpuzzle.artifact.artifact; import org.junit.After; import org.junit.Before; import org.junit.Test; public class ArtifactList_ListViewTest { ArtifactList<?> artifactList = null; @Before public void beforeEachTest() throws Exception { } @After public void afterEachTest() throws Exception {} @Test public final void testListedArtifactsPropertyViews () { } }