Class ExpectNewServiceUser


  • public class ExpectNewServiceUser
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Service service  
      private int times  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String useService()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • service

        private final Service service
      • times

        private final int times
    • Constructor Detail

      • ExpectNewServiceUser

        ExpectNewServiceUser​(Service service,
                             int times)
    • Method Detail

      • useService

        public java.lang.String useService()