DBT Test Assert Error

I would like to assert that a profile can see a set of tables and another profile can see another set of tables. In particular, I would like to assert that profile a cannot see table t and profile b cannot see table s. I have not found a way to express this natively such that dbt test “just works”. I can do some scripting around the output of dbt test, but I was wondering if there’s something native to dbt-core that I overlooked?