Lines Matching refs:getNextUserName

48 std::string getNextUserName()  in getNextUserName()  function
311 testPasswordExpirationSet(getNextUserName(), {2, 10}, {2, 3}); in TEST_F()
321 testPasswordExpirationSet(getNextUserName(), {-2, 15}, {lastChangeDate, 3}); in TEST_F()
331 testPasswordExpirationSet(getNextUserName(), {0, 7}, {lastChangeDate, 6}); in TEST_F()
336 testPasswordExpirationSet(getNextUserName(), {10, -5}, {10, 6}); in TEST_F()
341 testPasswordExpirationReset(getNextUserName(), {2, 10}); in TEST_F()
346 testPasswordExpirationReset(getNextUserName(), {-5, 8}); in TEST_F()
351 testPasswordExpirationReset(getNextUserName(), {0, 13}); in TEST_F()
356 testPasswordExpirationReset(getNextUserName(), {2, -2}); in TEST_F()
366 testPasswordExpirationGet(getNextUserName(), {lastChangeDate, passwordAge}, in TEST_F()
372 const std::string userName = getNextUserName(); in TEST_F()
387 const std::string userName = getNextUserName(); in TEST_F()
399 testPasswordExpirationGet(getNextUserName(), {-5, 8}, in TEST_F()
407 const std::string userName = getNextUserName(); in TEST_F()
432 testPasswordExpirationGet(getNextUserName(), {12, -2}, in TEST_F()
438 const std::string userName = getNextUserName(); in TEST_F()
461 const std::string userName = getNextUserName(); in TEST_F()
484 const std::string userName = getNextUserName(); in TEST_F()
1675 const std::string userName = getNextUserName(); in TEST_F()
1708 const std::string userName = getNextUserName(); in TEST_F()
1735 const std::string userName = getNextUserName(); in TEST_F()
1772 const std::string userName = getNextUserName(); in TEST_F()
1820 const std::string userName = getNextUserName(); in TEST_F()
1821 const std::string newUserName = getNextUserName(); in TEST_F()
1865 const std::string userName = getNextUserName(); in TEST_F()