Package io.outofprintmagazine.web
Class OOPServlets_IT
- java.lang.Object
-
- io.outofprintmagazine.web.OOPServlets_IT
-
public class OOPServlets_IT extends Object
-
-
Constructor Summary
Constructors Constructor Description OOPServlets_IT()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
corporaViewer_IT()
void
corpusDocumentsViewer_IT()
static String
getCorpus()
static String
getDocument()
static String
getUri()
static URL
getURL(String path)
static String
getURLString(String path)
static String
getURLString(String path, String pCorpus, String pDocument)
void
homePage_IT()
void
OOPActorsViewer_IT()
void
OOPCloudViewer_IT()
void
OOPDocumentViewer_IT()
void
OOPEditorViewer_IT()
void
OOPPullQuotesViewer_IT()
void
OOPStoryArcViewer_IT()
void
OOPStreamViewer_IT()
void
OOPStreamViewerTokens_IT()
void
sanityCheck_IT()
void
StanfordBratViewer_IT()
-
-
-
Method Detail
-
getUri
public static String getUri()
-
getURL
public static URL getURL(String path) throws MalformedURLException
- Throws:
MalformedURLException
-
getCorpus
public static String getCorpus() throws MalformedURLException, IOException
- Throws:
MalformedURLException
IOException
-
getDocument
public static String getDocument() throws MalformedURLException, IOException
- Throws:
MalformedURLException
IOException
-
sanityCheck_IT
@Test public void sanityCheck_IT() throws IOException
- Throws:
IOException
-
corpusDocumentsViewer_IT
@Test public void corpusDocumentsViewer_IT() throws Exception
- Throws:
Exception
-
OOPPullQuotesViewer_IT
@Test public void OOPPullQuotesViewer_IT() throws Exception
- Throws:
Exception
-
OOPStreamViewerTokens_IT
@Test public void OOPStreamViewerTokens_IT() throws Exception
- Throws:
Exception
-
-