* @throws ProtocolException
*/
public void testCreateSimpleNull() throws ProtocolException {
TestMarinerPageContext context = new TestMarinerPageContext();
final ScriptAssetReferenceMock scriptMock =
new ScriptAssetReferenceMock("scriptMock",
expectations);
scriptMock.expects.getScript().returns(null).any();
Script script = createScript(context, scriptMock);
assertNull("Script should not have been created from null script asset",