Let $f(x,y)$ has continuous second partial derivative. Define $$D(x,y)=f_{xx}(x,y)f_{yy}(x,y)-f_{xy}(x,y)^2.$$
If $(x_0,y_0)$ is a stationary point of a function $f(x,y$, then the second partial derivative test asserts the following:
(1) If $D(x_0,y_0)>0$ and $f_{xx}(x_0,y_0)>0$, then $(x_0,y_0)$ is a minimum point.
(2) If $D(x_0,y_0)>0$ and $f_{xx}(x_0,y_0)<0$, then $(x_0,y_0)$ is a maximum point.
(3) If $D(x_0,y_0)<0$, then $(x_0,y_0)$ is a saddle point.
(4) If $D(x_0,y_0)=0$, then this test is inconclusive, and $(x_0,y_0)$ could be any of a minimum, maximum or saddle point.
My question is: Could one give a function $f(x,y)$ with exactly four different stationary points that satisfy $(1),(2),(3)$, and, $(4)$?
I try some function but I haven't found such function. For example, $$f(x,y)=x^3-\frac{1}{2}x^2+y^3-\frac{1}{2}y^2$$ has four different stationary points but it doesn't satisfy $(4)$. Meanwhile, $$g(x,y)=x^3-x^2+\frac{1}{4}y^4-\frac{1}{3}y^3$$ has four different stationary points but it doesn't satisfy $(3)$.