Class UserInfoTest


  • class UserInfoTest
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static User user  
    • Constructor Summary

      Constructors 
      Constructor Description
      UserInfoTest()  
    • Method Summary

      Modifier and Type Method Description
      (package private) void initializeUserAndGetUser_LoggedIn_True()  
      (package private) void logOut_userLoggedIn_True()  
      (package private) static void setup()  
      • Methods inherited from class java.lang.Object

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

      • user

        private static User user
    • Constructor Detail

      • UserInfoTest

        UserInfoTest()
    • Method Detail

      • setup

        @BeforeAll
        static void setup()
      • initializeUserAndGetUser_LoggedIn_True

        @Test
        void initializeUserAndGetUser_LoggedIn_True()
      • logOut_userLoggedIn_True

        @Test
        void logOut_userLoggedIn_True()