Class JSONErrorResponseTest
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.messaging.JSONErrorResponseTest
-
public class JSONErrorResponseTest extends Object
Tests forJSONErrorResponse.
-
-
Constructor Summary
Constructors Constructor Description JSONErrorResponseTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()voidtestFail()voidtestSuccess()voidtestSuccess2()
-
-
-
Method Detail
-
init
@BeforeMethod public void init() throws net.minidev.json.parser.ParseException
- Throws:
net.minidev.json.parser.ParseException
-
testSuccess
public void testSuccess() throws net.minidev.json.parser.ParseException- Throws:
net.minidev.json.parser.ParseException
-
testSuccess2
public void testSuccess2() throws net.minidev.json.parser.ParseException- Throws:
net.minidev.json.parser.ParseException
-
testFail
public void testFail() throws net.minidev.json.parser.ParseException- Throws:
net.minidev.json.parser.ParseException
-
-