Class RandomUidContext

java.lang.Object
io.qameta.allure.context.RandomUidContext
All Implemented Interfaces:
Context<Supplier<String>>, Extension

public class RandomUidContext extends Object implements Context<Supplier<String>>
This context used to generate random uids for Allure results.
Since:
2.0
  • Constructor Details

    • RandomUidContext

      public RandomUidContext()
  • Method Details