Icons
Icons for OmniBrowser
Packages:
- Package
- Dirty package
- newer version in repo- published
Classes:
- Exception class- Collection class
Methods:
-
- Super send (sending the same message, super-impl. exists) -
- super send with sub-implementation -
- super send, but sending a different message, w/ sub-impl. -
- super send, but sending a different message, w/o sub-impl. -
- super send, but super method does not exist, w/ sub-impl. -
- super send, but super method does not exist, w/o sub-impl. -
- overridden in subclasses -
- overrides super class methods -
- overrides and is overridden -
- abstract method with sub-implementation -
- abstract method without sub-implementation -
abstract method with super- and sub-implementation
-
abstract method with super-implementation, but without sub-implementation
-
- Error, undef. reference, etc. in method -
- halt, break in method -
- flag: -
- raise an exception -
changed by me
-
comes from a trait
Icons for tests:
- test green
- test yellow
- test red
- more red tests than green
- equal number of green and red tests
- more green tests than red- combinations between red, green and not run to make sure that a test class does not get a green icon if of 20 test methods only one has been executed at all
- test not run- progressed
- regression