mirror of
https://github.com/processing/processing4.git
synced 2026-01-30 03:41:15 +01:00
Detect if calling special methods on the PApplet or not.
This commit is contained in:
@@ -375,6 +375,11 @@ public class ParserTests {
|
||||
expectGood("smoothnoparam");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testSmoothThis() {
|
||||
expectGood("smoothnoparamthis");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testSmoothWithParam() {
|
||||
expectGood("smoothparam");
|
||||
@@ -390,9 +395,14 @@ public class ParserTests {
|
||||
expectGood("colorimport");
|
||||
}
|
||||
|
||||
/*@Test
|
||||
@Test
|
||||
public void testPGraphicsStandalone() {
|
||||
expectGood("pgraphics");
|
||||
}*/
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testSizeThis() {
|
||||
expectGood("sizethis");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user