// Signature format: 3.0
package androidx.navigation.testing {

  public final class TestNavHostController extends androidx.navigation.NavHostController {
    ctor public TestNavHostController(android.content.Context context);
    method public java.util.List<androidx.navigation.NavBackStackEntry> getBackStack();
    method public void setCurrentDestination(@IdRes int destId, android.os.Bundle args = android.os.Bundle());
    method public void setCurrentDestination(@IdRes int destId);
    property public final java.util.List<androidx.navigation.NavBackStackEntry> backStack;
  }

}

