blob: 88f81f1e9e263a505ab0f4ef835c350b8043c31c [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001<html>
2<!--
3 @test
4 @bug 4185854
5 @summary Checks that constructors do not accept nulls and throw NPE
6 @author tdv@eng.sun.com: area=
7 @run applet ConstructorsNullTest.html
8 -->
9<head>
10<title> </title>
11</head>
12<body>
13
14<h1>ConstructorsNullTest<br>Bug ID: 4185854</h1>
15
16<p> This is an AUTOMATIC test, simply wait for completion </p>
17
18<APPLET CODE="ConstructorsNullTest.class" WIDTH=200 HEIGHT=200></APPLET>
19</body>
20</html>