Libraryless. Click here for Pure Java version (5541L/31K).
svoid test_ClassNameResolver() { new ClassNameResolver resolver; resolver.printMe(); assertEqualsVerbose("java.lang.Math", resolver.findClass("Math")); assertEqualsVerbose(null, resolver.findClass(aGlobalID())); }
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034227 |
| Snippet name: | test_ClassNameResolver (OK) |
| Eternal ID of this version: | #1034227/5 |
| Text MD5: | 7794b44e2fc0b2790c6f44ce6a36cdaa |
| Transpilation MD5: | 167cb2ec8bf499e4c7ffc5494726e29f |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-01-29 05:29:51 |
| Source code size: | 226 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 359 / 484 |
| Version history: | 4 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |