package com.sf.day21._03_junit; public class UserServiceImpl { public void addUser(){ System.out.println("添加用户"); } public void deleteUesr(){ System.out.println("删除用户"); } }