package com.example; public class PowerMockFoo { public static void foo() { System.out.println("static method called"); } }