return new String[] {
// test decoding bitmaps of various sizes
DecodeBitmapTest.class.getName(),
// odd-sized bitmap drawing tests
DrawBitmap7x7.class.getName(),
DrawBitmap15x15.class.getName(),
DrawBitmap31x31.class.getName(),
DrawBitmap63x63.class.getName(),
DrawBitmap127x127.class.getName(),
DrawBitmap319x239.class.getName(),
DrawBitmap319x479.class.getName(),
// even-sized bitmap drawing tests
DrawBitmap8x8.class.getName(),
DrawBitmap16x16.class.getName(),
DrawBitmap32x32.class.getName(),
DrawBitmap64x64.class.getName(),
DrawBitmap128x128.class.getName(),
DrawBitmap320x240.class.getName(),
DrawBitmap320x480.class.getName()};